feat: update pyo3 to support python 3.14#89
Merged
thomasrockhu-codecov merged 5 commits intoreleasefrom Nov 7, 2025
Merged
Conversation
- Add support for macOS, Ubuntu, and Windows - Test Python versions 3.10, 3.11, 3.12, 3.13, and 3.14 - Add separate steps for Windows shell syntax
- Remove separate codecov CLI installation steps - Switch from test-results-action to codecov-action@v5 - Add report_type: test-results parameter
- Use shell: bash for cross-platform compatibility - Single 'Install requirements' step works on all OS - Single 'Run tests' step works on all OS - Bash is available on Windows runners and handles paths correctly
32d1f03 to
2a3481b
Compare
- Change 'file' to 'files' parameter for codecov-action@v5 - Remove Windows from test matrix (macOS and Ubuntu only) - Use simple venv activation without Windows detection - Use maturin develop as in release branch
2a3481b to
92589f1
Compare
adrianviquez
reviewed
Nov 7, 2025
adrianviquez
approved these changes
Nov 7, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Currently,
PyO3<0.25.0doesn't support python 3.14. This is causing issues for users that are usingmacos-latestas it's pulling that version of python. As a result, test analytics is failing for those builds.This PR bumps
PyO3to0.27.1which support python3.14. It also updates the CI to run onmacosandlinuxacrosspython 3.10-3.14